home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / gnucash / gnucash-2.6.5-setup.exe / {app} / share / glib-2.0 / schemas / org.gnucash.dialogs.totd.gschema.xml < prev    next >
Extensible Markup Language  |  2014-12-19  |  1KB  |  22 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <schemalist gettext-domain="gnucash">
  3.   <schema path="/org/gnucash/dialogs/tip-of-the-day/" id="org.gnucash.dialogs.totd">
  4.     <key type="i" name="current-tip">
  5.       <default>0</default>
  6.       <summary>The next tip to show.</summary>
  7.       <description>The next tip to show.</description>
  8.     </key>
  9.     <key type="(iiii)" name="last-geometry">
  10.       <default>(-1,-1,-1,-1)</default>
  11.       <summary>Last window position and size</summary>
  12.       <description>This setting describes the size and position of the window when it was last closed.
  13.         The numbers are the X and Y coordinates of the top left corner of the window
  14.         followed by the width and height of the window.</description>
  15.     </key>
  16.     <key type="b" name="show-at-startup">
  17.       <default>true</default>
  18.       <summary>Show "Tip Of The Day" at GnuCash start</summary>
  19.       <description>Enables the "Tip Of The Day" when GnuCash starts up. If active, the dialog will be shown. Otherwise it will not be shown.</description>
  20.     </key>
  21.   </schema>
  22. </schemalist>